home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
minix
/
update~4.z
/
update~4
/
lib_stdio__fakfls.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-09-06
|
401 b
|
23 lines
/* _ f a k f l s
*
* Fake _ioflush() for exit() so that stdio won't be hauled in
* for programs that don't need it.
*
* Patchlevel 1.1
*
* Edit History:
* 06-Sep-1989 Add _ioexit() so that the exit handler dispatch
* table can be initialised properly. Took it out
* again when exit.c was changed.
* 05-Sep-1989 Created.
*/
#include "stdiolib.h"
/*LINTLIBRARY*/
void _ioflush()
{
}